summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-02-04 12:26:16 +0100
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:29 +0200
commit7a89c2fe3a88f646b116813f4dd23bde73eda55e (patch)
treeffbfc65fc8f879dbda3177b45b33683e5f89832f
parentandroid: frontend: Modify ROM load messaging for invalid keys. (diff)
downloadyuzu-7a89c2fe3a88f646b116813f4dd23bde73eda55e.tar
yuzu-7a89c2fe3a88f646b116813f4dd23bde73eda55e.tar.gz
yuzu-7a89c2fe3a88f646b116813f4dd23bde73eda55e.tar.bz2
yuzu-7a89c2fe3a88f646b116813f4dd23bde73eda55e.tar.lz
yuzu-7a89c2fe3a88f646b116813f4dd23bde73eda55e.tar.xz
yuzu-7a89c2fe3a88f646b116813f4dd23bde73eda55e.tar.zst
yuzu-7a89c2fe3a88f646b116813f4dd23bde73eda55e.zip
-rw-r--r--src/android/app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml
index 5535f9ded..e450ee869 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -3,7 +3,7 @@
<!-- General application strings -->
<string name="app_name" translatable="false">yuzu</string>
- <string name="app_disclaimer">This software will run games for the Nintendo Switch game console. No game titles or keys are included.&lt;br /&gt;&lt;br /&gt;Before you begin, please locate your <![CDATA[<b> prod.keys </b>]]> file on your device storage.&lt;br /&gt;&lt;br /&gt;<![CDATA[<a href="https://yuzu-emu.org/wiki/dumping-decryption-keys-from-a-switch-console/">Learn more</a>]]></string>
+ <string name="app_disclaimer">This software will run games for the Nintendo Switch game console. No game titles or keys are included.&lt;br /&gt;&lt;br /&gt;Before you begin, please locate your <![CDATA[<b> prod.keys </b>]]> file on your device storage.&lt;br /&gt;&lt;br /&gt;<![CDATA[<a href="https://yuzu-emu.org/help/quickstart">Learn more</a>]]></string>
<string name="app_notification_channel_name" translatable="false">yuzu</string>
<string name="app_notification_channel_id" translatable="false">yuzu</string>
<string name="app_notification_channel_description">yuzu Switch emulator notifications</string>